翻訳と辞書
Words near each other
・ CSS Chattahoochee
・ CSS Chickamauga
・ CSS Chicora
・ CSS Clarence
・ CSS code
・ CSS Colonel Lovell
・ CSS Columbia
・ CSS Corp
・ CSS Cotton Plant
・ CSS Curlew
・ CSS David
・ CSS discography
・ CSS Drewry
・ CSS Ellis
・ CSS Fanny
CSS filter
・ CSS Flex Box Layout
・ CSS Florida
・ CSS Florida (blockade runner)
・ CSS Florida (cruiser)
・ CSS Forrest
・ CSS frameworks
・ CSS Fredericksburg
・ CSS Gaines
・ CSS General Beauregard
・ CSS General Earl Van Dorn
・ CSS General M. Jeff Thompson
・ CSS General Polk
・ CSS George Page
・ CSS Georgia


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CSS filter : ウィキペディア英語版
CSS filter

:''This article is about a CSS technique. Not to be confused with the proprietary Microsoft-specific CSS property.''
A CSS filter is a coding technique used to hide or show CSS markup depending on the browser, version number, or capabilities. Browsers have different interpretations of CSS behavior and different levels of support for the W3C standards. CSS filters are sometimes used to achieve consistent layout appearance in multiple browsers that do not have compatible rendering.
==Prefix filters==

Most browsers have CSS properties that apply in that browser only, or at least in the underlying render engine.〔(- WebKit CSS Styles )〕 The prefix on these properties is specific to each rendering engine.〔Render Engine Prefixes〕 Here is an example.

/
* Cross-browser css3 linear-gradient
*/
.linear-gradient

Trident
-ms- — All experimental properties are prefixed with "-ms-", e.g. -ms-interpolation-mode instead of interpolation-mode.
Gecko
-moz- — All experimental selectors, properties and values are prefixed with "-moz-", e.g. ::-moz-selection instead of ::selection.
WebKit
-webkit- — All experimental selectors, properties and values are prefixed with "-webkit-", e.g. -webkit-box-shadow instead of box-shadow.
KHTML
-khtml- — All experimental selectors, properties and values are prefixed with "-khtml-", e.g. -khtml-opacity instead of opacity.
Presto
# -xv- — All new selectors, properties and values introduced by CSS3 Speech Module are prefixed with "-xv-" (but not found in CSS2 aural style sheets), e.g. -xv-voice-rate instead of voice-rate.
# -o- — All experimental properties are prefixed with "-o-", e.g. -o-transition-property instead of transition-property.
The DOM properties corresponding to vendor-specific experimental CSS properties are prefixed with the vendor-prefix, without any hyphens.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CSS filter」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.